home *** CD-ROM | disk | FTP | other *** search
- /* $Id: 3DCOTYPE.H 1.8 1996/06/05 16:51:09 psq-pc Exp $ */
- /*****************************************************************************\
- * *
- * 3DCoType.h - 3D COM base types definition *
- * *
- * Copyright (c) 1995, Ray Dream, Inc. All rights reserved. *
- * *
- \*****************************************************************************/
-
- #ifndef __3DCOTYPE__
- #define __3DCOTYPE__
-
- #ifndef _COMPOBJ_H_
- #include "RCompobj.h"
- #endif
-
- #ifndef __3DBSTYPE__
- #include "3DBSType.h"
- #endif
-
- #ifndef IDTYPE
- #define IDTYPE(x,y,z,t) ((long)((((long)x)<<24)|(((long)y)<<16)|(((long)z)<<8)|((long)t)))
- #endif
-
- #endif
-